[INFO] fetching crate snf-core 1.0.5...
[INFO] fixing snf-core-1.0.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate snf-core 1.0.5 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate snf-core 1.0.5
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate snf-core 1.0.5
[INFO] tweaked toml for crates.io crate snf-core 1.0.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate snf-core 1.0.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate snf-core 1.0.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pcap v2.4.0
[INFO] [stderr]   Downloaded etherparse v0.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04
[INFO] running `Command { std: "docker" "start" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling pcap v2.4.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking nix v0.31.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking errno v0.2.8
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking etherparse v0.20.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking asn1-rs v0.7.1
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking oid-registry v0.8.1
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking snf-core v1.0.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0433]: cannot find module or crate `snf_core` in this scope
[INFO] [stdout]  --> benches/parser_bench.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use snf_core::core::packet_context::PacketContext;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `snf_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `snf_core`, use `cargo add snf_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `snf_core` in this scope
[INFO] [stdout]  --> benches/parser_bench.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use snf_core::discovery::dns_cache::DnsCache;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `snf_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `snf_core`, use `cargo add snf_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `snf_core` in this scope
[INFO] [stdout]  --> benches/parser_bench.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use snf_core::config::engine_config::EngineConfig;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `snf_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `snf_core`, use `cargo add snf_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `snf_core` in this scope
[INFO] [stdout]  --> benches/parser_bench.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use snf_core::analyzers::dns;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `snf_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `snf_core`, use `cargo add snf_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> benches/parser_bench.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |       let packet: [u8; 73] = [
[INFO] [stdout]    |  _________________--------___^
[INFO] [stdout]    | |                 |
[INFO] [stdout]    | |                 expected due to this
[INFO] [stdout] 47 | |         0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0x08, 0x00, // Ethernet
[INFO] [stdout] 48 | |         0x45, 0x00, 0x00, 0x3b, 0x1a, 0x2b, 0x00, 0x00, 0x40, 0x11, 0x42, 0xa6,
[INFO] [stdout] 49 | |         0xc0, 0xa8, 0x01, 0x02, 0x08, 0x08, 0x08, 0x08,                                     // IPv4
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |         0x00, 0x01, 0x00, 0x01,                                                              // QTYPE A, QCLASS IN
[INFO] [stdout] 55 | |     ];
[INFO] [stdout]    | |_____^ expected an array with a size of 73, found one with a size of 75
[INFO] [stdout]    |
[INFO] [stdout] help: consider specifying the actual array length
[INFO] [stdout]    |
[INFO] [stdout] 46 -     let packet: [u8; 73] = [
[INFO] [stdout] 46 +     let packet: [u8; 75] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `snf-core` (bench "parser_bench") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04", kill_on_drop: false }`
[INFO] [stdout] 3d254da3228a07f4a5e555fd0fdd1221b750504be059f66726367a8e885c5b04
